home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Delphi Magazine Collection 2001
/
Delphi Magazine Collection 20001 (2001).iso
/
DISKS
/
Issue57
/
Clinic
/
ActiveXTestU.pas
< prev
next >
Wrap
Pascal/Delphi Source File
|
2000-03-24
|
388b
|
27 lines
unit ActiveXTestU;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
ActiveX_TLB, OleCtrls;
type
TForm1 = class(TForm)
ButtonX1: TButtonX;
ActiveFormX1: TActiveFormX;
private
{ Private declarations }
public
{ Public declarations }
end;
var
Form1: TForm1;
implementation
{$R *.DFM}
end.